GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-14T02:00:17.9869432+00:00",
"SubmitDate": "2025-12-14T02:00:17.9869432+00:00",
"ReportPeriodStart": "2025-12-14T02:00:17.9869432+00:00",
"ReportPeriodEnd": "2025-12-14T02:00:17.9869432+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "77114fa6-7e74-4390-b65d-01f0a9d15b26",
"Rows": [
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "77114fa6-7e74-4390-b65d-01f0a9d15b26",
"Rows": [
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"73a5d976-c06b-4405-bc6c-41dab2217d96",
"df8d72e3-24a6-4947-bfcc-4a20b44ca157"
],
"Approvers": [
"7be9058b-5d57-456c-9ed3-5372da063dce",
"9446dee6-d520-4e95-9bac-04ec8888d980"
],
"ApprovedBy": "b5a1f8e1-8150-4628-8eaf-3a976f1f7dda",
"ApprovalDate": "2025-12-14T02:00:17.9869432+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6e41469b-91bd-4f16-adaf-028f2a6a05ef",
"id": "ea5436e4-4911-4cf5-a823-e657bc007210",
"ConfigId": "e624587e-f329-4a81-91b4-08a20bd1538d"
},
{
"GenerationDate": "2025-12-14T02:00:17.9869432+00:00",
"SubmitDate": "2025-12-14T02:00:17.9869432+00:00",
"ReportPeriodStart": "2025-12-14T02:00:17.9869432+00:00",
"ReportPeriodEnd": "2025-12-14T02:00:17.9869432+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "77114fa6-7e74-4390-b65d-01f0a9d15b26",
"Rows": [
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "77114fa6-7e74-4390-b65d-01f0a9d15b26",
"Rows": [
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9950ec1-b00e-4953-b6a7-c63691f351fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"73a5d976-c06b-4405-bc6c-41dab2217d96",
"df8d72e3-24a6-4947-bfcc-4a20b44ca157"
],
"Approvers": [
"7be9058b-5d57-456c-9ed3-5372da063dce",
"9446dee6-d520-4e95-9bac-04ec8888d980"
],
"ApprovedBy": "b5a1f8e1-8150-4628-8eaf-3a976f1f7dda",
"ApprovalDate": "2025-12-14T02:00:17.9869432+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6e41469b-91bd-4f16-adaf-028f2a6a05ef",
"id": "ea5436e4-4911-4cf5-a823-e657bc007210",
"ConfigId": "e624587e-f329-4a81-91b4-08a20bd1538d"
}
]